home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / apport / package-hooks / ubiquity-frontend-gtk.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  899 b   |  23 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import os.path as os
  5.  
  6. def add_info(report):
  7.     if os.path.exists('/var/log/syslog'):
  8.         report['UbiquitySyslog'] = ('/var/log/syslog',)
  9.     
  10.     if os.path.exists('/var/log/partman'):
  11.         report['UbiquityPartman'] = ('/var/log/partman',)
  12.     
  13.     if os.path.exists('/var/log/installer/debug'):
  14.         report['UbiquityDebug'] = ('/var/log/installer/debug',)
  15.     
  16.     if os.path.exists('/var/log/installer/dm'):
  17.         report['UbiquityDm'] = ('/var/log/installer/dm',)
  18.     
  19.     if os.path.exists('/var/log/casper.log'):
  20.         report['Casper'] = ('/var/log/casper.log',)
  21.     
  22.  
  23.